home *** CD-ROM | disk | FTP | other *** search
/ CD Loisirs 24 / CDL24.iso / LAPLACE / IDEM.DXR / Info_8_Set Info.ls < prev    next >
Encoding:
Text File  |  1996-10-10  |  587 b   |  22 lines

  1. on enterFrame
  2.   repeat with x = 1 to 2
  3.     puppetSprite(x, 1)
  4.   end repeat
  5.   set the memberNum of sprite 2 to the number of member "VOL_1.PIC" + the soundLevel
  6.   if the machineType = 256 then
  7.     if the colorDepth = 8 then
  8.       set the member of sprite 1 to member "SETUP.PC8"
  9.     else
  10.       set the member of sprite 1 to member "SETUP.PCM"
  11.     end if
  12.     repeat with x = 4 to 5
  13.       puppetSprite(x, 1)
  14.     end repeat
  15.     set the memberNum of sprite 4 to 0
  16.     set the memberNum of sprite 5 to 0
  17.   else
  18.     set the member of sprite 1 to member "SETUP.MAC"
  19.   end if
  20.   updateStage()
  21. end
  22.